pull-deploy: Tweak documentation to show using it for switching trees
authorColin Walters <walters@verbum.org>
Sun, 21 Apr 2013 14:39:27 +0000 (10:39 -0400)
committerColin Walters <walters@verbum.org>
Sun, 21 Apr 2013 14:39:27 +0000 (10:39 -0400)
src/ostree/ot-admin-builtin-pull-deploy.c

index 9e83fdfd8b872565e0dd7e0045e11dcd257bd600..08d39583bb061274f465ee3c9c6ac3b6b0728edd 100644 (file)
@@ -121,7 +121,7 @@ ot_admin_builtin_pull_deploy (int argc, char **argv, OtAdminBuiltinOpts *admin_o
   ot_lptrarray GPtrArray *subproc_args = NULL;
   __attribute__((unused)) GCancellable *cancellable = NULL;
 
-  context = g_option_context_new ("OSNAME - Upgrade and redeploy current tree");
+  context = g_option_context_new ("OSNAME [TREE] - Ensure TREE (default current) is in list of remotes, then download and deploy");
 
   g_option_context_add_main_entries (context, options, NULL);